home *** CD-ROM | disk | FTP | other *** search
/ MacUser Mac Bin 40 / MACUSER-MACBIN40A-1997-03.ISO.7z / MACUSER-MACBIN40A-1997-03.ISO / DEMO / SecretsJ DEMO / WATER.DIR / 00199_Script_199 < prev    next >
Text File  |  1996-12-02  |  296b  |  14 lines

  1. on exitFrame
  2.   
  3.     repeat with num=17 to 20
  4.       puppetsprite num,FALSE
  5.     end repeat
  6.     repeat with num=7 to 10
  7.       puppetsprite num,FALSE
  8.     end repeat
  9.     repeat with cnt= 22 to 36
  10.     set the visible of sprite cnt to false
  11.   end repeat
  12.     slowdown(7,"alter")
  13.   end if
  14. end